You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I have deployed Dify locally (docker) without internet . When i create an app using template , I encounter the error "Failed to create app".
After checking the api logs, it is trying to connect to dify market place. How to resolve this?
2025-05-29 04:50:17.583 WARNING [Dummy-1] [version.py:37] - Check update version error: HTTPSConnectionPool(host='updates.dify.ai', port=443): Max retries exceeded with url: /?current_version=1.2.0 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3a3f90a510>: Failed to resolve 'updates.dify.ai' ([Errno -2] Name or service not known)")).
...
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='marketplace.dify.ai', port=443): Max retries exceeded with url: /api/v1/plugins/batch (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3a3f814140>: Failed to resolve 'marketplace.dify.ai' ([Errno -2] Name or service not known)"))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I have deployed Dify locally (docker) without internet . When i create an app using template , I encounter the error "Failed to create app".
After checking the api logs, it is trying to connect to dify market place. How to resolve this?
2025-05-29 04:50:17.583 WARNING [Dummy-1] [version.py:37] - Check update version error: HTTPSConnectionPool(host='updates.dify.ai', port=443): Max retries exceeded with url: /?current_version=1.2.0 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3a3f90a510>: Failed to resolve 'updates.dify.ai' ([Errno -2] Name or service not known)")).
...
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='marketplace.dify.ai', port=443): Max retries exceeded with url: /api/v1/plugins/batch (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3a3f814140>: Failed to resolve 'marketplace.dify.ai' ([Errno -2] Name or service not known)"))
2. Additional context or comments
No response
Beta Was this translation helpful? Give feedback.
All reactions